WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class
Members
In This Topic
    GridDetailRow<TItem> Class
    In This Topic
    Row that shows the details of the previous row.
    Object Model
    GridDetailRow<TItem> ClassFlexGrid ClassGridGroupRow ClassGridRow Class
    Syntax
    public class GridDetailRow<TItem> : GridRow 
    where TItem: class
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       C1.WinUI.Grid.GridRowCol
          C1.WinUI.Grid.GridRow
             C1.WinUI.Grid.GridDetailRow<TItem>

    See Also